{
  "name": "Temple of the Fallen",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 29900,
      "name": "The Gates of the Temple",
      "exits": {
        "North": 29901
      }
    },
    {
      "id": 29901,
      "name": "The Archway into the Temple",
      "exits": {
        "East": 29903,
        "South": 29900,
        "West": 29902
      }
    },
    {
      "id": 29902,
      "name": "A Dark Damp Hallway",
      "exits": {
        "East": 29901,
        "South": 29904,
        "West": 29905
      }
    },
    {
      "id": 29903,
      "name": "A Dark Damp Hallway",
      "exits": {
        "West": 29901
      }
    },
    {
      "id": 29904,
      "name": "A Room Seared by Flames",
      "exits": {
        "North": 29902
      }
    },
    {
      "id": 29905,
      "name": "A Dark Damp Hallway",
      "exits": {
        "East": 29902,
        "West": 29906
      }
    },
    {
      "id": 29906,
      "name": "A Dark Damp Hallway",
      "exits": {
        "East": 29905
      }
    }
  ]
}